home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Sample Code Update 01⁄96 / Fragment Tool / Sources / AppleEventStuff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-20  |  399 b   |  33 lines  |  [TEXT/MPCC]

  1. /*
  2.     File:        AppleEventStuff.h
  3.  
  4.     Contains:    Handlers for the 4 "required" events
  5.                 
  6.  
  7.     Written by:    Chris White, Developer Technical Support
  8.     
  9.     Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  10.     
  11.     Change History (most recent first):
  12.     
  13.                   9/28/95    CW        First release
  14.  
  15. */
  16.  
  17.  
  18. #ifndef __APPLEEVENTSTUFF__
  19. #define __APPLEEVENTSTUFF__
  20.  
  21.  
  22. void InstallAppleEventHandlers ( void );
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. #endif
  32.  
  33.